home *** CD-ROM | disk | FTP | other *** search
- rem Test @SYSINFO function
- title System Information
- %D = VDS version@tab()= @SYSINFO(DSVER)
- %W = Windows version@tab()= @SYSINFO(WINVER)
- %X = Temp directory@tab()= @ENV(TEMP)
- %Y = Windows directory@tab()= @WINDIR()
- %Z = System directory@tab()= @windir(s)
- %V = DOS path @tab()= @ENV(PATH)
- %M = Free memory@tab()= @SYSINFO(FREEMEM)Kb
- %S = Screen width@tab()= @SYSINFO(SCREENWIDTH)
- %H = Screen height@tab()= @SYSINFO(SCREENHEIGHT)
- %P = Pixels per inch@tab()= @SYSINFO(PIXPERIN)
- info %D@CR()%W@CR()%X@CR()%Y@CR()%Z@CR()%V@CR()%M@CR()%S@CR()%H@CR()%P